home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-01-24 | 740 b | 31 lines | [TEXT/MPS ] |
- ;
- ; File: Strings.a
- ;
- ; Contains: Pascal <-> C String Interfaces.
- ;
- ; Version: Technology: System 7.5
- ; Package: Universal Interfaces 2.2 in “MPW” on ETO #20
- ;
- ; Copyright: © 1984-1995 by Apple Computer, Inc.
- ; All rights reserved.
- ;
- ; Bugs?: If you find a problem with this file, use the Apple Bug Reporter
- ; stack. Include the file and version information (from above)
- ; in the problem description and send to:
- ; Internet: apple.bugs@applelink.apple.com
- ; AppleLink: APPLE.BUGS
- ;
- ;
-
- IF &TYPE('__STRINGS__') = 'UNDEFINED' THEN
- __STRINGS__ SET 1
-
-
- IF &TYPE('__TYPES__') = 'UNDEFINED' THEN
- include 'Types.a'
- ENDIF
- ; include 'ConditionalMacros.a' ;
- IF OLDROUTINELOCATIONS THEN
- ENDIF
- ENDIF ; __STRINGS__
-